projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f8a1445
)
(function-key-map): Define S-iso-lefttab.
author
Richard M. Stallman
<rms@gnu.org>
Mon, 2 Sep 2002 00:09:27 +0000
(
00:09
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Mon, 2 Sep 2002 00:09:27 +0000
(
00:09
+0000)
lisp/term/x-win.el
patch
|
blob
|
history
diff --git
a/lisp/term/x-win.el
b/lisp/term/x-win.el
index 3d76e00a91e2971de7dddf31f3cec867b4fb23fd..5e74e053c0fc44baa152a2e0d523d9a801767b60 100644
(file)
--- a/
lisp/term/x-win.el
+++ b/
lisp/term/x-win.el
@@
-1187,6
+1187,7
@@
XConsortium: rgb.txt,v 10.41 94/02/20 18:39:36 rws Exp")
(define-key function-key-map [M-return] [?\M-\C-m])
(define-key function-key-map [M-escape] [?\M-\e])
(define-key function-key-map [iso-lefttab] [backtab])
+(define-key function-key-map [S-iso-lefttab] [backtab])
;; These tell read-char how to convert
;; these special chars to ASCII.